Updating Reduced Match Criteria for the Forest Restoration & Wildfire Risk Mitigation Grant
Introduction
In 2020, our research team at Colorado State University developed the Wildfire Social Vulnerability Index (WFSVI) in order to set a criteria for reduced match for the Forest Restoration & Wildfire Risk Mitigation (FRWRM) Grant. This report describes updates to the WFSVI including updated data from the US Census, alignment with the federal Justice 40 initiative, and further analysis of the WFSVI and reduced match criteria.
American Community Survey Update
The original WFSVI was built using 5-year (2016 - 2020) American Community Survey (ACS) estimates. We have updated the WFSVI using the most current 5-year (2017-2021) ACS data. In some cases, no data is reported for a census block group because of poor response to the ACS or insufficient sample size to meet data disclosure requirements. We use two methods to impute missing values. First, if the data is reported at the census tract1, we use the census tract data to fill any missing records. While these data may be less spatially accurate, they represent the next best estimate of the block group value. Second, we use a machine learning imputation model to complete missing records when tract level information is unavailable. The machine learning method is known as random forest and is implemented via missForest package in R. The random forest method uses nonmissing data for one variable to train a model based on other nonmissing variables from other block groups around the state and uses that model to estimate missing values. It applies this procedure to each variable and iteratively updates until the model converges on its best estimate (see the package documentation for more information).
The original WFSVI used ACS data but sourced the data from Safegraph. While the data was accurate, it was less accessible and relied on analysts at SafeGraph to update the data when the Census released new data. We have rebuilt the code to access the Census Application Programming Interface (API) via the tidycensus package. The code now downloads data for the Census Block Groups (CBG) and Census Tracts, then calculates the index component for both geographies using tract information to fill in missing block group information. The user can now define the year from which to query census data, making the layer easy to update in the future.
Justice 40
Executive Order 14008 directed the Council on Environmental Quality (CEQ) to develop the Climate and Economic Justice Screening Tool (CEJST). This tool uses data to analyze burdens across eight categories: climate change, energy, health, housing, legacy pollution, transportation, water and wastewater, and workforce development. The primary purpose of the CEJST is to aid federal agencies in identifying disadvantaged communities that would benefit from the programs offered under the Justice40 Initiative. While the Colorado State Forest Service is not a federal agency, the goal of the CEJST is aligned with the intent of HB 20-1057, which established the reduced match criteria.
We collect data from the Council on Environmental Quality. The WFSVI is constructed at the Census Block Group (CBG), while the CEJST is constructed at the Census Tract (comprised of CBGs). The CEJST contains a binary indicator for every Census Tract that determines whether it is considered “disadvantaged.” We consider any disadvantaged Census Tract to qualify for reduced match.
Analysis
Data from the ACS is sampled with uncertainty. We develop a method to investigate how the uncertainty affects the qualifying classification of a particular block group. A margin of error is reported for each variable (component of the WFSVI) in each block group. We use the margin of error to estimate the standard deviation of the reported estimate. We define a normal sampling distribution with the estimate as the mean and its standard deviation for each census variable for each block group. We then conduct a Monte Carlo simulation by sampling values from each distribution and recomputing the WFSVI. We run 1000 simulations and calculate the fraction of simulations that a block group qualifies based on its WFSVI above the 75th percentile cutoff. For example, a block group may qualify for reduced match in every one of the 1000 simulations indicating strong confidence that that block group indeed should qualify. In contrast, a block group that only qualifies 50% of the time suggests less confidence that it should qualify. The simulation is conducted in the script 07_monte_carlo_simulation.R.
Comparison Map
This section presents a map to compare the original WFSVI (2020) to the updated version (2023).
Jude to build map
Some narrative
Other Changes
All the necessary data files and geometries/shape files, except the WUI layer, will now be downloaded automatically. This process can only be done once when the user runs the scripts for the first time. The script, 00_download_geometries, will download the necessary shapefile and unzip them into the cache directory. However, the WUI layer must be added manually in Tiff format.
Limitations
American Community Survey data is based on a sample with a reported margin of error. The COVID-19 pandemic impacted trends and affected the ability to generate data due to sampling challenges. The U.S. Census Bureau reported that, due to the difficulties of fielding a household survey during the COVID-19 pandemic, household nonresponse increased substantially in the ACS, with evidence of increased nonresponse bias in many statistics. These inaccuracies and high margins of errors may cause some CBGs to qualify even though they shouldn’t or not qualify when they should. It may take some time before the full impact of the pandemic on census data accuracy is fully understood. It is also important to note that the margin of error may be significant in small census block groups. We acknowledge the potential that the data may be inaccurate. However, the ACS is the most reliable data to calculate the WFSVI.
Footnotes
Multiple block groups are nested within tracts.↩︎